17. Coding Exercise

Coding Exercise
Please use the next concept to complete the following section of
Monte_Carlo.ipynb
:
- Part 2: MC Control
To reference the pseudocode while working on the notebook, you are encouraged to look at this sheet .
## Download the Exercise
If you would prefer to work on your own machine, you can download the exercise from the DRLND GitHub repository .
## Check Your Implementation
Once you have completed the exercise, you can check your solution by looking at the corresponding sections in
Monte_Carlo_Solution.ipynb
. Watch the video below to see a solution walkthrough!
M1 L6 S2 V1